projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd88e9
)
(enable-flow-control): Don't alter the 8-bit flag.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Jun 1993 17:55:51 +0000
(17:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 11 Jun 1993 17:55:51 +0000
(17:55 +0000)
lisp/flow-ctrl.el
patch
|
blob
|
history
diff --git
a/lisp/flow-ctrl.el
b/lisp/flow-ctrl.el
index a1fba7803fd3bd6233db0205d16e4734925e6d84..138ef0908d14849056688d8bdac14faf2e639da0 100644
(file)
--- a/
lisp/flow-ctrl.el
+++ b/
lisp/flow-ctrl.el
@@
-49,7
+49,7
@@
"Enable use of flow control; let user type C-s as C-\\ and C-q as C-^."
(interactive)
;; Tell emacs to pass C-s and C-q to OS.
- (set-input-mode nil t
nil
)
+ (set-input-mode nil t
(nth 2 (current-input-mode))
)
;; Initialize translate table, saving previous mappings, if any.
(let ((the-table (make-string 128 0)))
(let ((i 0)